home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Komputer for Alle 2002 #9
/
K-CD-9-2002.ISO
/
Freedom Force
/
data1.cab
/
System_Files
/
jsw.py
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Python Source
|
2002-03-21
|
294 b
|
13 lines
#
# wrapper library for access to Justice Squad C engine
#
if __name__ != '__main__':
import js
import ff
import cshelper
from cshelper import onStepCB
def SpeakWithStep(template, tag, callback='OnStepCB'):
js.AI_SayPortraitSpeech(template, tag, callback)